From 20fefc47d179e310bcf465c815d8f2254003fe27 Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Thu, 4 Nov 2004 21:07:49 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.376 (418a9a25fHC8gx6xTiVkVtnHc_Q1hw) mk.linux-2.4-xenU: Remove ebtables dependency for xenU kernel Makefile. --- buildconfigs/mk.linux-2.4-xenU | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/buildconfigs/mk.linux-2.4-xenU b/buildconfigs/mk.linux-2.4-xenU index 9469644531..e4d071e846 100644 --- a/buildconfigs/mk.linux-2.4-xenU +++ b/buildconfigs/mk.linux-2.4-xenU @@ -17,11 +17,7 @@ build: $(LINUX_DIR) $(MAKE) -C $(LINUX_DIR) ARCH=xen INSTALL_MOD_PATH=$(INSTALL_DIR) modules_install $(MAKE) -C $(LINUX_DIR) ARCH=xen INSTALL_PATH=$(INSTALL_DIR) install -patches/ebtables.diff: - mkdir -p patches - wget http://www.cl.cam.ac.uk/netos/xen/downloads/ebtables-brnf-5_vs_2.4.27.diff.gz -O- | gunzip -c > $@ - -$(LINUX_DIR): pristine-linux-$(LINUX_VER) patches/ebtables.diff +$(LINUX_DIR): pristine-linux-$(LINUX_VER) rm -rf $(LINUX_DIR) cp -al pristine-linux-$(LINUX_VER) $(LINUX_DIR) # Apply arch-xen patches -- 2.30.2